Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 14, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on refactoring the Nebula waitlist functionality by introducing a new ShareButton component, improving the NebulaWaitListPage, and cleaning up related code. It enhances user experience by allowing sharing links and handling waitlist statuses more efficiently.

Detailed summary

  • Deleted nebula-waitlist-page.client.tsx.
  • Added share-button.client.tsx with a ShareButton component.
  • Updated layout.tsx to check if users are on the Nebula waitlist.
  • Modified page.tsx to use NebulaWaitListPage instead of JoinNebulaWaitlistPage.
  • Introduced NebulaWaitListPage with error handling for team retrieval.
  • Simplified NebulaWaitListPageUI and removed unnecessary components.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 4:51pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 14, 2024 4:51pm
thirdweb_playground ⬜️ Skipped (Inspect) Nov 14, 2024 4:51pm
wallet-ui ⬜️ Skipped (Inspect) Nov 14, 2024 4:51pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 14, 2024 16:17 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 14, 2024 16:17 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 14, 2024 16:17 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Nov 14, 2024

⚠️ No Changeset found

Latest commit: 5de5c44

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 14, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 14, 2024
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @MananTank and the rest of your teammates on Graphite Graphite

@MananTank MananTank changed the title Update Nebula Waitlist Page Only show Nebula tab if already on waitlist, automatically join waitlist Nov 14, 2024
@MananTank MananTank changed the title Only show Nebula tab if already on waitlist, automatically join waitlist Only show Nebula tab if already on waitlist, automatically join waitlist on Nebula page visit Nov 14, 2024
@MananTank MananTank marked this pull request as ready for review November 14, 2024 16:18
@codecov
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.52%. Comparing base (3488281) to head (5de5c44).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5419   +/-   ##
=======================================
  Coverage   45.52%   45.52%           
=======================================
  Files        1070     1070           
  Lines       55665    55665           
  Branches     4030     4030           
=======================================
  Hits        25341    25341           
  Misses      29637    29637           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 3488281
packages 40.62% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 14, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.8 KB (0%) 896 ms (0%) 364 ms (+7.85% 🔺) 1.3 s
thirdweb (cjs) 105.11 KB (0%) 2.2 s (0%) 1.1 s (-16.6% 🔽) 3.2 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 74 ms (+18.53% 🔺) 188 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 8 ms (-39.35% 🔽) 18 ms
thirdweb/react (minimal + tree-shaking) 18.78 KB (0%) 376 ms (0%) 180 ms (+97.4% 🔺) 556 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 14, 2024

Merge activity

…ist on Nebula page visit (#5419)

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces a new `ShareButton` component and refactors the handling of the Nebula waitlist across various pages, enhancing user experience with waitlist functionalities and error handling.

### Detailed summary
- Added `ShareButton` component for sharing waitlist links.
- Refactored `TeamLayout` to conditionally render the `Nebula` path based on waitlist status.
- Updated `NebulaWaitListPage` to handle team fetching and waitlist joining.
- Replaced `JoinNebulaWaitlistPage` with `NebulaWaitListPage`.
- Simplified storybook stories for waitlist pages.
- Improved error handling for waitlist status fetching.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 11-14-update_nebula_waitlist_page branch from 8f93d2e to 5de5c44 Compare November 14, 2024 16:47
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 14, 2024 16:47 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 14, 2024 16:47 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 14, 2024 16:47 Inactive
@graphite-app graphite-app bot merged commit 5de5c44 into main Nov 14, 2024
30 of 31 checks passed
@graphite-app graphite-app bot deleted the 11-14-update_nebula_waitlist_page branch November 14, 2024 16:51
@vercel vercel bot temporarily deployed to Production – docs-v2 November 14, 2024 16:51 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui November 14, 2024 16:51 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 14, 2024 16:51 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants